CompanionAdContainer

data class CompanionAdContainer(container: ViewGroup, width: Int, height: Int)

Properties

container
Link copied to clipboard
val container: ViewGroup
The ViewGroup where companion ads shall be displayed.
height
Link copied to clipboard
val height: Int
The height of the companion ad that shall be displayed.
width
Link copied to clipboard
val width: Int
The width of the companion ad that shall be displayed.